Vinod Chugani writes about how different open-weight model families—Gemma 4, Llama 3, and Mistral—implement tool calling for local deployments.The article explores the mechanisms of function calling, which allow models to interact with external APIs or data rather than relying solely on training data, and evaluates each model's unique architectural strengths and trade-offs regarding reliability, efficiency, and developer support.
- Gemma 4 offers native agentic support with a configurable thinking mode for intermediate reasoning.
- Llama 3 models include "pythonic" tool calling variants in specific smaller versions (1B/3B).
- Mistral Small leverages Mixture-of-Experts architecture to provide high efficiency on constrained hardware.
Telnyx offers an inference API that hosts open-weight large language models like GLM-5.2, Kimi K3, and MiniMax-M3 on globally distributed, dedicated GPU infrastructure. The platform provides OpenAI-compatible endpoints, enabling developers to switch from proprietary models and save up to 75% on token costs while maintaining sub-100 millisecond latency across multiple regions. Features include automatic scaling, in-region data privacy, function calling, structured output generation, and integrated fine-tuning, all managed through a single API key alongside Telnyx's broader communications suite.
- Models are selected for specific use cases: Kimi K3 for real-time voice, GLM-5.2 for development, and MiniMax-M3 for cost efficiency.
- Pricing starts at $0.21 per 1M tokens with no hidden GPU rental fees or compute surcharges.
- The API supports fine-tuning via the same infrastructure and requires only a base URL change for migration.
- Telnyx integrates inference with its existing voice, telephony, and storage products under one billing account.
Arcee AI is a US-based Open Intelligence Lab focused on developing frontier, open-weight models that provide high performance without the massive costs of closed-source alternatives. Through their Trinity model series, they offer scalable architectures designed for continuous improvement using online reinforcement learning. The lab emphasizes rapid iteration and practical utility, releasing significant models like Trinity-Large-Thinking to support complex, long-horizon agents and multi-turn tool calling. By prioritizing open weights and efficient scaling, Arcee AI aims to lead the next wave of agentic and reasoning-capable artificial intelligence.
OpenAI releases gpt-oss-120b and gpt-oss-20b, two state-of-the-art open-weight language models that deliver strong real-world performance at low cost. They outperform similarly sized open models on reasoning tasks and are optimized for efficient deployment.